DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / SetSimpleMasking Method / SetSimpleMasking(Int32[],MaskMode) Method

Frame numbers of the frames for subtraction

The subtraction mode to use



In This Topic
    SetSimpleMasking(Int32[],MaskMode) Method
    In This Topic
    Sets an int array as frame numbers of the mask frames for subtraction
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetSimpleMasking( _
       ByVal Frames() As Integer, _
       ByVal mode As MaskMode _
    ) 
    'Usage
     
    
    Dim instance As DicomImage
    Dim Frames() As Integer
    Dim mode As MaskMode
     
    instance.SetSimpleMasking(Frames, mode)
    public void SetSimpleMasking( 
       int[] Frames,
       MaskMode mode
    )
    public:
    void SetSimpleMasking( 
       array<int>^ Frames,
       MaskMode mode
    ) 

    Parameters

    Frames

    Frame numbers of the frames for subtraction

    mode
    The subtraction mode to use
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also